home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 February / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Klienci P2P / Multi / Shareaza 2.2.3.0 / Shareaza_2.2.3.0.exe / {app} / Schemas / application.xsd < prev    next >
Extensible Markup Language  |  2006-07-23  |  2KB  |  73 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <schema targetNamespace="http://www.shareaza.com/schemas/application.xsd" version="1.0" xmlns="http://www.w3.org/2001/XMLSchema">
  4.  
  5.     <mapping>
  6.         <network name="ed2k" value="Pro"/>
  7.     </mapping>
  8.  
  9.     <element name="applications">
  10.         <complexType>
  11.             <element name="application" type="applicationType" minOccurs="1" maxOccurs="unbounded"/>
  12.         </complexType>
  13.     </element>
  14.     <complexType name="applicationType">
  15.         <all>
  16.             <attribute name="title" type="string"/>
  17.             <attribute name="version" type="string"/>
  18.             <attribute name="fileDescription" type="string"/>
  19.             <attribute name="releaseNotes" type="string"/>
  20.             <attribute name="fileVersion" type="string"/>
  21.             <attribute name="originalFileName" type="string"/>
  22.             <attribute name="company" type="string"/>
  23.             <attribute name="copyright" type="string"/>
  24.  
  25.             <attribute name="type">
  26.                 <simpleType base="string">
  27.                     <enumeration value="Development"/>
  28.                     <enumeration value="Entertainment"/>
  29.                     <enumeration value="Game"/>
  30.                     <enumeration value="Internet"/>
  31.                     <enumeration value="Operating System"/>
  32.                     <enumeration value="Productivity"/>
  33.                     <enumeration value="System Tool"/>
  34.                     <enumeration value="Utility"/>
  35.                 </simpleType>
  36.             </attribute>
  37.             <attribute name="archive">
  38.                 <simpleType base="string">
  39.                     <enumeration value="ZIP"/>
  40.                     <enumeration value="RAR"/>
  41.                     <enumeration value="ACE"/>
  42.                 </simpleType>
  43.             </attribute>
  44.             <attribute name="OS">
  45.                 <simpleType base="string">
  46.                     <enumeration value="Windows"/>
  47.                     <enumeration value="Windows 95/98/Me"/>
  48.                     <enumeration value="Windows NT/2000/XP"/>
  49.                     <enumeration value="Windows CE"/>
  50.                     <enumeration value="Windows Mobile"/>
  51.                     <enumeration value="MacOS"/>
  52.                     <enumeration value="Linux/FreeBSD"/>
  53.                     <enumeration value="UNIX"/>
  54.                     <enumeration value="Palm OS"/>
  55.                     <enumeration value="Symbian OS"/>
  56.                     <enumeration value="EPOC"/>
  57.                     <enumeration value="OSE"/>
  58.                 </simpleType>
  59.             </attribute>
  60.  
  61.             <attribute name="keywords" type="string"/>
  62.             <attribute name="releaseDate" type="string"/>
  63.             <attribute name="distributer" type="string"/>
  64.             <attribute name="distributerLink" type="uriReference"/>
  65.             <attribute name="releasegroup" type="string"/>
  66.             <attribute name="releasegroupLink" type="uriReference"/>
  67.             <attribute name="link" type="uriReference"/>
  68.             <attribute name="SHA1" type="string"/>    
  69.         </all>
  70.     </complexType>
  71. </schema>
  72.  
  73.